home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Open Prolog 1.0.3d33 / External Predicates… / Sources / OpenPrologMultipleChoice.r < prev    next >
Text File  |  1993-12-01  |  1KB  |  106 lines

  1. #define    SystemSevenOrLater    1
  2. #include    "types.r"
  3.  
  4. resource 'DITL' (154, "René", purgeable) {
  5.     {    /* array DITLarray: 14 elements */
  6.         /* [1] */
  7.         {7, 368, 26, 460},
  8.         Button {
  9.             enabled,
  10.             "OK"
  11.         },
  12.         /* [2] */
  13.         {30, 368, 49, 460},
  14.         Button {
  15.             enabled,
  16.             "Cancel"
  17.         },
  18.         /* [3] */
  19.         {10, 42, 44, 355},
  20.         StaticText {
  21.             disabled,
  22.             "Put Banner Here…"
  23.         },
  24.         /* [4] */
  25.         {9, 2, 41, 34},
  26.         Icon {
  27.             disabled,
  28.             128
  29.         },
  30.         /* [5] */
  31.         {58, 9, 92, 141},
  32.         StaticText {
  33.             disabled,
  34.             "Prompt 1"
  35.         },
  36.         /* [6] */
  37.         {106, 9, 140, 141},
  38.         StaticText {
  39.             disabled,
  40.             "Prompt 2"
  41.         },
  42.         /* [7] */
  43.         {153, 9, 187, 141},
  44.         StaticText {
  45.             disabled,
  46.             "Prompt 3"
  47.         },
  48.         /* [8] */
  49.         {200, 9, 234, 141},
  50.         StaticText {
  51.             disabled,
  52.             "Prompt 4"
  53.         },
  54.         /* [9] */
  55.         {247, 9, 281, 141},
  56.         StaticText {
  57.             disabled,
  58.             "Prompt 5"
  59.         },
  60.         /* [10] */
  61.         {58, 158, 92, 458},
  62.         EditText {
  63.             disabled,
  64.             ""
  65.         },
  66.         /* [11] */
  67.         {106, 158, 140, 458},
  68.         EditText {
  69.             disabled,
  70.             ""
  71.         },
  72.         /* [12] */
  73.         {153, 158, 187, 458},
  74.         EditText {
  75.             disabled,
  76.             ""
  77.         },
  78.         /* [13] */
  79.         {200, 158, 234, 458},
  80.         EditText {
  81.             disabled,
  82.             ""
  83.         },
  84.         /* [14] */
  85.         {247, 158, 281, 458},
  86.         EditText {
  87.             disabled,
  88.             ""
  89.         }
  90.     }
  91. };
  92.  
  93. resource 'DLOG' (154, "René", purgeable) {
  94.     {44, 9, 336, 479},
  95.     movableDBoxProc,
  96.     invisible,
  97.     noGoAway,
  98.     0x0,
  99.     154,
  100.     "",
  101.     centerParentWindowScreen
  102. };
  103.  
  104.  
  105.  
  106.